home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / useron32.zip / USERLANG.ZIP / ENGLISH.DEF < prev    next >
Text File  |  1991-11-07  |  3KB  |  122 lines

  1. ;
  2. ; Special definitions
  3. ;
  4. ProgName "USERON"      ; Program name
  5. LANGID   "ENG"         ; Which language. Max 3 Char
  6. YesDef   "Y"           ; Yes  = %Y
  7. NoDef    "N"           ; No   = %N
  8. StopDef  "S"           ; Stop = %S
  9. YesNorm  "y"           ; Yes  = %j
  10. NoNorm   "n"           ; No   = %n
  11. StopNorm "s"           ; Stop = %s
  12. BrackRight "]"         ; %R
  13. BrackLeft  "["         ; %L
  14. Enter    "ENTER"       ; %E
  15.  
  16. ;
  17. ; Define up to 10 colors (0..9) as
  18. ;   COLOR "<NR>,<ATTRIBUTE BYTE>"
  19. ; the attribute byte may be hexadecimal.
  20.  
  21. Color    "0,$0B"       ; Color 0, TextColor
  22. Color    "1,$0C"       ; Color 1, HotKeys
  23. Color    "2,$0F"       ; Color 2, Highlight and input
  24. Color    "3,$0E"       ; Color 3, Info
  25. Color    "4,$1F"       ; Color 4, Status
  26. Color    "5,$0C"       ; Lines and frames
  27.  
  28. ; The following macro's are available in the strings:
  29. ;    ^0..^9   for color 0..9
  30. ;    %Y %y    for upper- and lowercase YES
  31. ;    %N %n    for upper- and lowercase NO
  32. ;    %S %s    for upper- and lowercase STOP
  33. ;    %R %r    for the right bracket
  34. ;    %L %l    for the left bracket
  35. ;    %E %e    for ENTER
  36. ;
  37. ; The name of the resulting file is <PROGNAME>.<LANGID>
  38. ;
  39. ; A few color codes have a special meaning when they are used in non-tranlated
  40. ; stuff:
  41. ;
  42. ;  ^0  TextColor
  43. ;  ^1  HotKeys
  44. ;  ^2  HighLight info and userinput
  45. ;  ^3  Info color
  46. ;  ^4  the headers
  47. ;
  48. ; General language for all the doors.
  49. ;
  50. ]001 "^0Press %L^1%E^0%R to continue:^2"
  51. ]002 "^0Press %L^1%E^0%R to continue, %L^1%S^0%R to stop: ^2"
  52. ]003 "^0Your choice: ^3"
  53. ]004 "^1%L^2 you have only 2 minutes left!^1%R^2"
  54. ]005 "^1%L^2 you have only 1 minutes left!^1%R^2"
  55. ]006 "^1HELLO???"
  56. ]007 "^1You've been locked out of the system. Don't call back..."
  57. ]008 "^1The SysOp threw you out. Call back an other time.."
  58. ]009 "^1Sorry, you reached your daily timelimit. Hope to see you back an other time."
  59. ]010 "^2Thanks for using "
  60. ]011 "-=( There is mail for you )=-"
  61. ]012 "^0"
  62. ]496 " ^0on node ^2"
  63. ]497 "^3***MESSAGE***^0 From^2 "
  64.  
  65. ;
  66. ; The string for the status values.
  67. ;
  68.  
  69. ]100 "Is browsing through the BBS"
  70. ]101 "Is doing a file transfer"
  71. ]102 "Is reading or posting messages"
  72. ]103 "Is inside a doorprogram which doesn't support UserOn. Shame!"
  73. ]104 "Is having a chat with the SysOp"
  74. ]105 "Is answering a questionnary"
  75. ]106 "* Waiting for a call *"
  76. ]107 "Looks who else is online.."
  77. ]108 "Is writing to"
  78.  
  79. ;
  80. ; General strings:
  81. ;
  82.  
  83. ]200 "Users online at "
  84. ]201 "^3Line  Username                            Location                   Baud"
  85. ]202 "^0Send a message to which line?: ^3"
  86. ]203 "^1There's no one logged on to that line!^0"
  87. ]204 "^3Line  Userhandle                          Location                   Baud"
  88.  
  89. ;
  90. ; The editor strings.
  91. ;
  92.  
  93. ]220 "-=( Type your message now. Press an emtpy line to finish )=-"
  94. ]221 "   ^0%L^1L^0%Rist      ^0%L^1C^0%Rontinue      %L^1S^0%Rend      %L^1A^0%Rbort"
  95.  
  96. ;
  97. ; The editor keys. The MUST be in this order:
  98. ;  Abort, Show, Continue, Send.
  99. ;
  100. ]222 "ALCS"
  101.  
  102. ]230 "^0Press %L^1%E^0%R to continue"
  103. ]231 ", %L^1S^0%R to send a message: ^2"
  104. ]232 ": ^2"
  105. ]233 "S"
  106. ]234 "^2Didn't send message..."
  107. ]235 "^2Message send."
  108. ]236 "Updating information...."
  109.  
  110. ;
  111. ; Error strings
  112. ;
  113. ]300 "Sorry, Not enough memory available for editor!"
  114. ]301 "Sorry, couldn''t read the USERON.BBS"
  115.  
  116. ;
  117. ; LogFile strings
  118. ;
  119. ]310 "Not enough memory to write msg"
  120. ]311 "Needed: "
  121. ]312 " Found: "
  122.